home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / inter54e.zip / INTSUM16.ZIP / INTSUM.INI < prev    next >
Text File  |  1995-10-14  |  801b  |  21 lines

  1. ; INTSUM.INI - default configuration file for INTSUM.EXE
  2. ; All attributes must be in two-digit hex format, preceded by 0x,
  3. ; as shown below.  
  4. ; Comments are marked with a semicolon.  All data following a
  5. ; semicolon is ignored to end of line.
  6.  
  7. BORDER       = 0x06 ; window borders
  8. LOGO         = 0x13 ; window banners
  9. MAIN_TEXT    = 0x02 ; primary text color
  10. SELECTED     = 0x31 ; current cursor line
  11. FILENAME     = 0x1B ; filename in list window
  12. MESSAGE      = 0x1C ; status message color
  13. INPUT        = 0x34 ; user input fields
  14. HELP_TEXT    = 0x07 ; help-screen color
  15.  
  16. VIDEO_SEG    = 0xB800 ; Video segment: 0xB800 or 0xB000
  17.  
  18. ;  Next line is path to Interrupt List files
  19. ;  NOTE:  This path MUST end with a backslash!!
  20. LIST_DIR     = C:\INTERUPT\ ; path to Interrupt List files
  21.